Welcome![Sign In][Sign Up]
Location:
Search - Linux s3c2410

Search list

[Embeded LinuxQt+linux数码相框

Description: 用 ARM9 系列处理芯片 S3C2410、Linux 操作系统和 Qt/Embedded 建 立的平台设计的数码相框系统,其中重点介绍了硬件电路和用 Qt/Embedded 实现了对多种 格式相片在 640×480 触摸 LCD上以幻灯形式显示的关键部分软件。
Platform: | Size: 560495 | Author: 542311877qq@sina.com | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Embeded Linux[linux]s3c2410_installationmanual_v1.1

Description: 三星s3c2410资料-The document is about s3c2410.
Platform: | Size: 1163264 | Author: manganese | Hits:

[Linux-Unixjflash-linux

Description: 用于向flash中烧写linux内核的源代码-The source code is used to change linux kernal in flash code.
Platform: | Size: 23552 | Author: 李明 | Hits:

[ARM-PowerPC-ColdFire-MIPS2410drive

Description: s3c2410 驱动代码,包括了ARM的全部功能,非常实用,没有解压密码.-s3c2410 driver code, including the full functionality of the ARM, very practical, not extracting passwords.
Platform: | Size: 2732032 | Author: 王麓平 | Hits:

[Embeded LinuxFS2410P

Description: ARM-LINUX开发资料,学习S3C2410很好的资料-ARM-Linux development information, learning good information S3C2410
Platform: | Size: 5147648 | Author: PAUL | Hits:

[ARM-PowerPC-ColdFire-MIPSTIMER0-driver

Description: s3c2410及嵌入式Linux平台计时器驱动实例-s3c2410 and embedded Linux platform timer-driven examples
Platform: | Size: 4096 | Author: 朱振涛 | Hits:

[Linux-Unixs3c2410-buttons

Description: s3c2410基于linux的按键示例代码 -s3c2410 the keys sample code
Platform: | Size: 1024 | Author: guicaili | Hits:

[Linux-Unixs3c2410-led

Description: s3c2410 基于linux上的LED实力代码,类似跑马灯-s3c2410 based on the LED power source, similar 5,250
Platform: | Size: 1024 | Author: guicaili | Hits:

[Linux-Unixohci-s3c2410

Description: 这是s3c2410USB主机驱动程序,编译linux内核然后烧进2410板-s3c2410USB host driver, compile Linux kernel then burned into the 2410 Plate
Platform: | Size: 4096 | Author: 王庆 | Hits:

[Linux-UnixLinux2410_usb

Description: linux2.4.20下的针对三星公司的s3c2410的usb模块驱动代码-linux2.4.20 against the Samsung company s3c2410 the usb driver code module
Platform: | Size: 1566720 | Author: 贾军 | Hits:

[SCMLinux2410_kernel

Description: Linux2.4.20针对三星公司的s3c2410开发板的内核改造。-Linux2.4.20 against Samsung s3c2410 development of the kernel plate transformation.
Platform: | Size: 150528 | Author: 贾军 | Hits:

[Embeded LinuxTouchScreenDriverForS3c2410

Description: 基于s3c2410的触摸屏驱动,带有makefile,可在linux下直接编译 -s3c2410 based on the touch screen-driven, with a makefile, linux under the direct translation
Platform: | Size: 3072 | Author: 赵者 | Hits:

[Embeded LinuxSDDriverForS3c2410

Description: 基于s3c2410的SD驱动,带有makefile,可在linux下直接编译 -s3c2410 based on the SD-driven, with a makefile, linux under the direct translation
Platform: | Size: 24576 | Author: 赵者 | Hits:

[OtherLCDS3C2410-llg

Description: 详细说明s3c2410 mizi linux 上如何移植各种液晶屏(TFT、STN),以及详细参数说明。-s3c2410 mizi detailed description of how the transplant linux various LCD (TFT, STN), and the parameters that describe in detail.
Platform: | Size: 365568 | Author: zeus | Hits:

[Linux-Unixs3c2410_ts

Description: 用于s3c2410的linux-2.6内核下的触摸屏驱程-s3c2410 for the linux- 2.6 kernel under way Touchscreen Flooding
Platform: | Size: 4096 | Author: 罗富冲 | Hits:

[Embeded Linuxled-driver-test

Description: s3c2410 armlinux下字符型设备驱动的应用程序测试(控制led灯)-s3c2410 armlinux character device driver under the Application Testing (led control HEC)
Platform: | Size: 7168 | Author: fenghui | Hits:

[Internet-Networkuda1380-s3c2410-linux-rev

Description: uda1380的驱动程序,在Linux操作系统2.4版本上运行-uda1380 the driver, and the Linux operating system running on Version 2.4
Platform: | Size: 300032 | Author: 沈煌辉 | Hits:

[Embeded Linuxlinux.drivers.examples

Description: 广州友善之臂SBC-2410X所使用的测试程序包,含源代码.linux 的led 按键等驱动-Guangzhou friendliness arm SBC-2410X used in the test procedure kits, with the source code. linux led the drive button, etc.
Platform: | Size: 176128 | Author: 吕春秋 | Hits:

[OtherS3C2410linux

Description: 基于S3C2410 的linux移植文档-based S3C2410 linux Portable Document
Platform: | Size: 1026048 | Author: 飞翔 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 40 »

CodeBus www.codebus.net